DataToNSData
Type
handler
Summary
Convert a Data into an Objective-C data
Syntax
DataToNSData(<pData>)
Description
Convert a Data into an Objective-C data
Parameters
Name | Type | Description |
---|---|---|
pData | The Data to convert |
Value
Name | Type | Description |
---|---|---|
return | A Objective-C object of type NSData Description Use DataToNSData to convert a variable of type Data to an Objective-C data object (NSData). |